#include <deBitmap_priv.hpp>
Inheritance diagram for deBitmapProxy:


Public Member Functions | |
| deBitmapProxy (IdeBitmap *bmp=NULL) | |
| void * | GetWOInterface (long interface_id) |
| void | SetBitmap (IdeBitmap *bmp) |
| give the proxy object a bitmap to work with | |
| IdeBitmap * | GetBitmap () |
| retrieve the bitmap that the proxy holds | |
| void | SetFilename (const char *filename) |
| give the proxy object a bitmap filename to reference | |
| void | SettingSavePixels (deBoolean Save) |
| save the bitmap pixels to a file | |
| const char * | GetFilename () |
| get the filename of the bitmap held by the proxy, if it has one | |
| void | GetFilenameBuffer (char *buffer, long buffersize) |
| long | GetWidth () |
| long | GetHeight () |
| IdeDriver::BPP | GetFormat () |
Public Attributes | |
| WorldObjectClassDef | |
Static Public Attributes | |
| long | s_BitmapProxyWOInterfaceID = -1 |
Protected Member Functions | |
| virtual | ~deBitmapProxy () |
Private Attributes | |
| IdeBitmap * | m_BMP |
| char | m_BitmapName [256] |
| deBoolean | m_SavePixels |
|
|
|
|
|
|
|
|
retrieve the bitmap that the proxy holds
Implements IdeBitmapProxy. |
|
|
get the filename of the bitmap held by the proxy, if it has one
Implements IdeBitmapProxy. |
|
||||||||||||
|
Implements IdeBitmapProxy. |
|
|
Implements IdeBitmapProxy. |
|
|
Implements IdeBitmapProxy. |
|
|
Implements IdeBitmapProxy. |
|
|
request a related interface, identified with an ID originally returned from IdeWorldManager::GetUniqueWOInterfaceID Implements IdeWorldObject. |
|
|
give the proxy object a bitmap to work with
Implements IdeBitmapProxy. |
|
|
give the proxy object a bitmap filename to reference
Implements IdeBitmapProxy. |
|
|
save the bitmap pixels to a file
Implements IdeBitmapProxy. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc3